Click or drag to resize

SipClientUnsubscribe Method (Response)

Terminates existing subscription specified with the response.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse Unsubscribe(
	Response response
)

Parameters

response
Type: Independentsoft.SipResponse
A Response from appropriate SUBSCRIBE request.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
Exceptions
ExceptionCondition
ArgumentNullExceptionresponse;Response is null.
See Also